home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / amos / AMOSList-0998.lzh / AMOSLIST / 000006_bounce-amos-li…net@onelist.com_Tue Sep 1 11:38:58 1998.msg < prev    next >
Text File  |  1998-10-01  |  3KB  |  75 lines

  1. >From bounce-amos-list--864-mcox=access.digex.net@onelist.com  Tue Sep  1 11:38:58 1998
  2. Received: from onelist.com (pop.onelist.com [209.207.164.13])
  3.     by pony-2.mail.digex.net (8.8.8/8.8.8) with SMTP id LAA10253
  4.     for <mcox@access.digex.net>; Tue, 1 Sep 1998 11:38:57 -0400 (EDT)
  5. Received: (qmail 5852 invoked by alias); 1 Sep 1998 15:42:31 -0000
  6. Received: (qmail 5834 invoked from network); 1 Sep 1998 15:42:27 -0000
  7. Received: from unknown (HELO cicero1.cybercity.dk) (195.8.135.242) by pop.onelist.com with SMTP; 1 Sep 1998 15:42:27 -0000
  8. Received: from vip.cybercity.dk (usr01.cybercity.dk [195.8.128.201]) by cicero1.cybercity.dk (8.8.7/8.8.7) with ESMTP id RAA19894 for <amos-list@onelist.com>; Tue, 1 Sep 1998 17:23:34 +0200 (CEST) (envelope-from keller@vip.cybercity.dk)
  9. Received: from vip.cybercity.dk (ccc21504@msx-esp-2b-60.ppp.cybercity.dk [212.242.5.188]) by vip.cybercity.dk (8.8.3/8.8.2) with SMTP id RAA04272 for <amos-list@onelist.com>; Tue, 1 Sep 1998 17:23:32 +0200 (CEST)
  10. From: "Rune J. Keller" <keller@vip.cybercity.dk>
  11. To: amos-list@onelist.com
  12. Date: Tue, 01 Sep 1998 17:22:16 +0100
  13. Message-ID: <yam7548.844.140038544@vip.cybercity.dk>
  14. In-Reply-To: <yam7548.2605.4255144@mail.flashback.net>
  15. X-Mailer: YAM 2.0 Preview5 - Amiga Mailer by Marcel Beck - http://www.yam.ch
  16. Mailing-List: list amos-list@onelist.com; contact http://www.onelist.com
  17. Delivered-To: mailing list amos-list@onelist.com
  18. Precedence: bulk
  19. Reply-to: amos-list@onelist.com
  20. Mime-Version: 1.0
  21. Content-Type: text/plain
  22. Subject: [amos-list] Re: more snow
  23. Status: O
  24. X-Status: 
  25.  
  26. From: "Rune J. Keller" <keller@vip.cybercity.dk>
  27.  
  28. On 01-Sep-98, Hakan Venderlof wrote:
  29. > Rem Hello. I'm trying to get this snowfall to work...
  30.  
  31. > Rem AMOS says Array not dimensioned >>> Plot SNOWXPOS(REP),SNOWYPOS(REP),0 
  32. > Rem Might be more errors...
  33.  
  34. >   NUMFLKS=99
  35. >   Dim SNOWXPOS(NUMFLKS),SNOWYPOS(NUMFLKS)
  36. >   Dim SNOWYSPD(NUMFLKS)
  37.  
  38. You need to globalize all your variables when using procedures!
  39.  
  40. --- Global NUMFLKS, SNOWXPOS(), SNOWYPOS(), SNOWYSPD()
  41.  
  42. Also the variable SNOWCOLOR is missing!
  43.  
  44. --- SNOWCOLOR=1
  45. --- Global SNOWCOLOR
  46.  
  47. >   REALSCRN=0 : _COLSCRN=1
  48. >   Screen Open REALSCRN,320,240,64,Lowres
  49.  
  50. You need to load an IFF pic here with some text for the snow to fall on -
  51. backgorund must be color 0. Try with just
  52.  
  53. --- Cls 0
  54.  
  55. >         Rem  We have the new position, now check for collision...
  56. >         Screen ColSCRN
  57.  
  58. Have to be:
  59.  
  60. --- Screen _COLSCRN
  61.  
  62. The program still doesn't work that great due to some double buffer stuff.
  63. Rewriting it would mean more work than doing a new routine, so... Try to
  64. disable Double Buffer.
  65.  
  66. -- 
  67. rune j. keller - sporuplundsvej 105 - dk-8472 sporup - keller@vip.cybercity.dk
  68.                   - hey, luke... may the force be with you!
  69.  
  70.  
  71.  
  72. ------------------------------------------------------------------------
  73. Help support ONElist, while generating interest in your product or
  74. service. ONElist has a variety of advertising packages. Visit
  75. http://www.onelist.com/advert.html for more information.